home *** CD-ROM | disk | FTP | other *** search
/ The Simpsons Ride - Sneak Peak / The Simpsons Ride - Sneak Peak.iso / mac / FINAL / videos.swf / scripts / DefineButton2_77 / BUTTONCONDACTION on(release).as
Text File  |  2008-07-25  |  81b  |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    gotoAndStop("video main");
  4.    play();
  5. }
  6.